MeterLogger
Data Fields
cron_job_t Struct Reference

#include <user/cron/cron.h>

Collaboration diagram for cron_job_t:

Data Fields

char minute [CRON_FIELD_L]
 
char hour [CRON_FIELD_L]
 
char day_of_month [CRON_FIELD_L]
 
char month [CRON_FIELD_L]
 
char day_of_week [CRON_FIELD_L]
 
char command [COMMAND_L]
 

Detailed Description

Definition at line 17 of file cron.h.

Field Documentation

◆ command

char cron_job_t::command[COMMAND_L]

Definition at line 23 of file cron.h.

◆ day_of_month

char cron_job_t::day_of_month[CRON_FIELD_L]

Definition at line 20 of file cron.h.

◆ day_of_week

char cron_job_t::day_of_week[CRON_FIELD_L]

Definition at line 22 of file cron.h.

◆ hour

char cron_job_t::hour[CRON_FIELD_L]

Definition at line 19 of file cron.h.

◆ minute

char cron_job_t::minute[CRON_FIELD_L]

Definition at line 18 of file cron.h.

◆ month

char cron_job_t::month[CRON_FIELD_L]

Definition at line 21 of file cron.h.


The documentation for this struct was generated from the following file: